home *** CD-ROM | disk | FTP | other *** search
- object SettForm: TSettForm
- Left = 340
- Top = 215
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Profile Manager'
- ClientHeight = 401
- ClientWidth = 521
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 313
- Height = 353
- Caption = 'Profile Settings'
- TabOrder = 0
- object Label2: TLabel
- Left = 16
- Top = 26
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Profile Name:'
- end
- object Label3: TLabel
- Left = 16
- Top = 59
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'User Name:'
- end
- object Label4: TLabel
- Left = 16
- Top = 92
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Password:'
- end
- object Label5: TLabel
- Left = 16
- Top = 125
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Host Address:'
- end
- object Label1: TLabel
- Left = 16
- Top = 258
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Proxy:'
- end
- object Label7: TLabel
- Left = 16
- Top = 290
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Port:'
- end
- object Label6: TLabel
- Left = 16
- Top = 154
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Server Type:'
- end
- object Label8: TLabel
- Left = 16
- Top = 322
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'Start Directory:'
- end
- object Edit_User: TEdit
- Left = 96
- Top = 57
- Width = 201
- Height = 21
- HelpContext = 2
- TabOrder = 1
- end
- object Edit_Name: TEdit
- Left = 96
- Top = 24
- Width = 201
- Height = 21
- HelpContext = 1
- TabOrder = 0
- end
- object Edit_Pass: TEdit
- Left = 96
- Top = 90
- Width = 201
- Height = 21
- HelpContext = 3
- PasswordChar = '*'
- TabOrder = 2
- end
- object Edit_Host: TEdit
- Left = 96
- Top = 123
- Width = 201
- Height = 21
- HelpContext = 4
- TabOrder = 3
- end
- object AnonBox: TCheckBox
- Left = 96
- Top = 208
- Width = 113
- Height = 17
- HelpContext = 7
- Caption = 'Anonymous Login'
- TabOrder = 6
- OnClick = AnonBoxClick
- end
- object CheckProxy: TCheckBox
- Left = 96
- Top = 232
- Width = 73
- Height = 17
- HelpContext = 8
- Caption = 'Use Proxy'
- TabOrder = 7
- OnClick = CheckProxyClick
- end
- object Proxy_Edit: TEdit
- Left = 96
- Top = 256
- Width = 153
- Height = 21
- HelpContext = 9
- Color = clSilver
- Enabled = False
- TabOrder = 8
- end
- object Port_Edit: TEdit
- Left = 96
- Top = 288
- Width = 153
- Height = 21
- HelpContext = 10
- Color = clWhite
- TabOrder = 9
- Text = '21'
- OnKeyPress = Port_EditKeyPress
- end
- object CheckPassive: TCheckBox
- Left = 96
- Top = 184
- Width = 153
- Height = 17
- HelpContext = 6
- Caption = 'Passive Mode'
- TabOrder = 5
- end
- object ComboServer: TComboBox
- Left = 96
- Top = 152
- Width = 201
- Height = 21
- HelpContext = 5
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- Items.Strings = (
- 'Standard Unix Type'
- 'Apple Unix Type'
- 'DOS Type'
- 'MVS Multi-Net Type'
- 'AS400 Type'
- 'Other (Unknown Type)'
- ' ')
- end
- object EditStart: TEdit
- Left = 96
- Top = 320
- Width = 201
- Height = 21
- HelpContext = 84
- TabOrder = 10
- end
- end
- object GroupBox2: TGroupBox
- Left = 328
- Top = 8
- Width = 185
- Height = 353
- Caption = 'Current Profiles'
- TabOrder = 1
- object List_Prof: TListView
- Left = 16
- Top = 24
- Width = 153
- Height = 313
- HelpContext = 11
- Columns = <>
- ReadOnly = True
- RowSelect = True
- SmallImages = FormMain.Imgsmall
- SortType = stText
- TabOrder = 0
- ViewStyle = vsList
- OnClick = List_ProfClick
- OnSelectItem = List_ProfSelectItem
- end
- end
- object Button1: TButton
- Left = 63
- Top = 368
- Width = 75
- Height = 25
- HelpContext = 14
- Caption = '&New'
- TabOrder = 2
- OnClick = ButNewClick
- end
- object ButSave: TButton
- Left = 143
- Top = 368
- Width = 75
- Height = 25
- HelpContext = 15
- Caption = '&Save'
- TabOrder = 3
- OnClick = ButSaveClick
- end
- object ButDel: TButton
- Left = 223
- Top = 368
- Width = 75
- Height = 25
- HelpContext = 16
- Caption = '&Delete'
- TabOrder = 4
- OnClick = ButDelClick
- end
- object ButHelp: TButton
- Left = 303
- Top = 368
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = ButHelpClick
- end
- object ButCancel: TButton
- Left = 383
- Top = 368
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- TabOrder = 6
- OnClick = ButCancelClick
- end
- end
-